Tag Archives: Python

Working with $_POST in PHP

Oct 01, 2013

We use the $_POST function to collect form values sent with method=”post” Information sent from a form with the POST method is invisible to others..

Read more

Useful PHP Tips

Sep 18, 2013

Hi all in the post we are going to see some Useful PHP Tips hope this may useful for you the tips are of given..

Read more

Tips to optimize MySQL Database

Sep 07, 2013

Hi all hope you all are enjoying the weekend today in this post we are going to see some tips to optimize MySQL Database the..

Read more

How to create a list in python

Jul 17, 2012

In Python, there is no such thing as an array. Instead, we have lists, which are even more flexible. In arrays, you can only have..

Read more

Python Tutorial – How to Start Programming

Jun 28, 2012

Python is a fine programming language for beginners that continues to be a good programming language when you’re no longer a beginner. 1.Python is an..

Read more

Python tutorial – How to Use Python

Jun 05, 2012

Python Tutorial For Beginners On the Microsoft IIS server or on the Win95 MS Personal Web Server you set up Python in the same way..

Read more